home *** CD-ROM | disk | FTP | other *** search
/ All for Cell Phones: Sony Ericsson / Sony-Ericsson 2004.iso / Java / Astromatch / Astro.jar / Astro / f.class (.txt) < prev    next >
Encoding:
Java Class File  |  2002-05-06  |  2.8 KB  |  62 lines

  1. package Astro;
  2.  
  3. import javax.microedition.lcdui.Form;
  4. import javax.microedition.lcdui.Image;
  5. import javax.microedition.lcdui.ImageItem;
  6. import javax.microedition.lcdui.StringItem;
  7.  
  8. // $FF: renamed from: Astro.f
  9. class class_0 {
  10.    // $FF: renamed from: do javax.microedition.lcdui.ImageItem
  11.    static ImageItem field_0;
  12.    // $FF: renamed from: for javax.microedition.lcdui.Image[]
  13.    static Image[] field_1;
  14.    // $FF: renamed from: new javax.microedition.lcdui.ImageItem
  15.    static ImageItem field_2;
  16.    // $FF: renamed from: try int[][]
  17.    static int[][] field_3 = new int[][]{{3, 2, 4, 2, 5, 2, 5, 1, 6, 8, 1, 7}, {2, 3, 2, 6, 8, 5, 2, 1, 8, 6, 1, 4}, {4, 2, 4, 7, 3, 3, 5, 7, 4, 7, 5, 9}, {2, 6, 7, 4, 3, 2, 1, 2, 8, 3, 1, 5}, {5, 8, 3, 3, 4, 7, 6, 2, 4, 8, 1, 8}, {2, 5, 3, 2, 7, 5, 2, 6, 3, 6, 10, 2}, {5, 2, 5, 1, 6, 2, 3, 9, 5, 3, 4, 7}, {1, 1, 7, 2, 2, 6, 9, 2, 2, 4, 7, 4}, {6, 8, 4, 8, 4, 3, 5, 2, 5, 3, 1, 3}, {8, 6, 7, 3, 8, 6, 3, 4, 3, 3, 7, 4}, {1, 1, 5, 1, 1, 10, 4, 7, 1, 7, 4, 2}, {7, 4, 9, 5, 8, 2, 7, 4, 3, 4, 2, 3}};
  18.    // $FF: renamed from: byte javax.microedition.lcdui.Form
  19.    Form field_4;
  20.    // $FF: renamed from: if int
  21.    static int field_5;
  22.    // $FF: renamed from: case Astro.a
  23.    static a field_6;
  24.    // $FF: renamed from: a Astro.a
  25.    static a field_7;
  26.    // $FF: renamed from: int javax.microedition.lcdui.StringItem
  27.    static StringItem field_8;
  28.  
  29.    // $FF: renamed from: a () void
  30.    static void method_0() {
  31.       try {
  32.          field_1 = new Image[14];
  33.  
  34.          for(field_5 = 0; field_5 < 14; ++field_5) {
  35.             field_1[field_5] = Image.createImage("Astro/res/note" + field_5 + ".png");
  36.          }
  37.       } catch (Exception var1) {
  38.          System.out.println("Error while reading png file");
  39.       }
  40.  
  41.    }
  42.  
  43.    class_0(int var1) {
  44.       field_6 = (a)h.q.elementAt(var1);
  45.       this.field_4 = new Form(field_6.if);
  46.  
  47.       for(field_5 = 0; field_5 < h.q.size(); ++field_5) {
  48.          if (field_5 != var1) {
  49.             field_7 = (a)h.q.elementAt(field_5);
  50.             field_8 = new StringItem("", field_7.if);
  51.             h var10003 = CMidlet.a;
  52.             field_0 = new ImageItem((String)null, b.a[field_7.a], 1, (String)null);
  53.             field_2 = new ImageItem((String)null, field_1[field_3[field_6.a][field_7.a]], 2, (String)null);
  54.             this.field_4.append(field_0);
  55.             this.field_4.append(field_8);
  56.             this.field_4.append(field_2);
  57.          }
  58.       }
  59.  
  60.    }
  61. }
  62.